docs: align README with tested product reality - #38
Conversation
|
Warning Review limit reached
Next review available in: 10 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThe README was rewritten around the governed-workspace model and verified product behavior. Homelab installation now supports explicit image and version overrides, Docker Compose resolves the selected image, and deployment documentation clarifies Codex credential volume names. ChangesProduct documentation and homelab deployment
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant install-homelab.sh
participant .env.homelab
participant Docker Compose
participant Muster image
install-homelab.sh->>.env.homelab: Write MUSTER_VERSION or MUSTER_IMAGE
Docker Compose->>.env.homelab: Resolve image reference
Docker Compose->>Muster image: Pull and start selected image
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Independent review fixes landed in
Focused checks passed: installer regression, Bash syntax, Prettier, diff check, private-address scan, and remote Compose digest rendering. |
|
Final review fixes landed in 935feac: fresh installs now require an immutable digest/SHA reference; persisted mutable/conflicting references fail closed; deployment docs use the current reviewed digest; and CI runs the installer regression covering missing input, mutable persisted tags, network creation, and digest/tag transitions. |
Summary
MUSTER_IMAGEOCI digest while retainingMUSTER_VERSIONcompatibilitya37ea88manifest digestVerification
pnpm check(passed; local Node 22 emitted the expected engine warning because the repository declares Node 24+)pnpm exec prettier --check README.md docs/operations/deployment.mdbash -n scripts/install-homelab.shm3-max, including the documented digest and setup profilelinux/amd64with SBOM/provenance attestation manifestgit diff --checkCloses #18
Summary by CodeRabbit
New Features
Documentation